import { Sortable } from "../../../types/sortable"; export type TFindDocumentsParams = { condition?: Record; filters?: Sortable; };